-- WinDirs XObject, version 1.0, 7/26/96 WinDirs -- Copyright 1996 Glenn M. Picher, Dirigo Multimedia -- Email: gpicher@maine.com -- Web: http://www.maine.com/shops/gpicher -- Phone: (207)767-8015 (South Portland, Maine, USA) -- -- Distribute freely. No licensing required. -- I mNew -- Standard creation method X mDispose -- Standard dispose method S mWindowsDirectory -- Returns full path to Windows directory (including trailing '\'). -- Word 1 of the returned string will be 'Error:' in the unlikely -- event of an error, followed by a description of the error. -- This directory *is* always writeable. That makes it a good standard -- location to store user or installation location information. -- Returns the same directory under all current Windows versions. S mSystemDirectory -- Returns full path to System directory (including trailing '\'). -- Word 1 of the returned string will be 'Error:' in the unlikely -- event of an error, followed by a description of the error. -- This directory is *not* always writeable. Note: under Windows NT, -- this directory is different for 16-bit executable code (such as this -- XObject) than it is for 32-bit executable code. Use the Versions -- XObject, also from Dirigo Multimedia, to determine the -- Win32-specific System directory.